Skip to main content
GET
/
public
/
v1
/
assets
/
collection
/
{collection-id}
[BETA] Get Collection
curl --request GET \
  --url https://api.topsort.com/public/v1/assets/collection/{collection-id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

collection-id
string
required

Response

id
string
required
name
string
required
description
string | null